home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 2.3 KB | 84 lines |
- ; NETRNSE.INF
- ;
- ; RNS Fast Ethernet driver INF file for Windows NT 5.0
- ;
- ; (c) 1998 RNS and Microsoft
-
- [Version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
- Provider = %msft%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,2.27.0.0
-
- [Manufacturer]
- %Osicom% = RNS
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_1011&DEV_0009&SUBSYS_23001112, \
- PCI\VEN_1011&DEV_0009&SUBSYS_23201112, \
- PCI\VEN_1011&DEV_0009&SUBSYS_23401112
-
- [RNS]
- %DeviceDesc2% = RNSfnet.ndi, PCI\VEN_1011&DEV_0009&SUBSYS_23001112
- %DeviceDesc3% = RNSfnet.ndi, PCI\VEN_1011&DEV_0009&SUBSYS_23201112
- %DeviceDesc4% = RNSfnet.ndi, PCI\VEN_1011&DEV_0009&SUBSYS_23401112
-
- ;-------------------------------------------------------------------------------
- ; RNS FNET
- ;
- [RNSfnet.ndi]
- AddReg = RNSfnet.reg
- Characteristics = 0x04
- BusType = 5
- CopyFiles = RNSfnet.Copyfiles
-
- [RNSfnet.ndi.Services]
- AddService = RNSfnet, 2, RNSfnet.Service, RNSfnet.EventLog
-
- ;-------------------------------------------------------------------------------
- ; RNS Service and Driver
- ;
- [RNSfnet.Copyfiles]
- rnsfnet.sys,,,2
-
- [RNSfnet.reg]
- HKR, Ndi, Service, 0, "RNSfnet"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [RNSfnet.Service]
- DisplayName = %RNSfnet.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\rnsfnet.sys
- LoadOrderGroup = NDIS
-
- [RNSfnet.EventLog]
- AddReg = RNSfnet.AddEventLog.reg
-
- [RNSfnet.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot55\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
-
- [DestinationDirs]
- RNSfnet.CopyFiles = 12
-
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- msft = "Microsoft"
- Osicom = "RNS"
-
- DeviceDesc2 = "RNS 2300 PCI Adapter"
- DeviceDesc3 = "RNS 2320 PCI Adapter"
- DeviceDesc4 = "RNS 2340 PCI Adapter"
-
- RNSfnet.Service.DispName = "RNS Fast Ethernet PCI Driver"
-
-